This interceptor populates the action with the static parameters defined in the action configuration. If the action
implements Parameterizable, a map of the static parameters will be also be passed directly to the action.
Parameters are typically defined with <param> elements within xwork.xml.
Parameters
None
Extending the Interceptor
There are no extension points to this interceptor.